速報APP / 工具 / TCP UDP Packet Handler

TCP UDP Packet Handler

價格:免費

更新日期:2015-11-17

檔案大小:1.4M

目前版本:2.2.1

版本需求:Android 4.0.3 以上版本

官方網站:mailto:WaltMielke@gmail.com

TCP UDP Packet Handler(圖1)-速報App

This app will allow you to bind to as many udp and tcp ports as you want. It also allows you to send and receive data from all connections. This app runs as a background service, so you will be able to close your app and it will still run listening for data in the background. Messages received are displayed in a hexadecimal and text format showing the time of arrival.

TCP UDP Packet Handler(圖2)-速報App

Feature List:

TCP UDP Packet Handler(圖3)-速報App

*Create TCP Server Socket, TCP Socket, and UDP Socket

TCP UDP Packet Handler(圖4)-速報App

*Send and Receive Data as Hexadecimal or Text

TCP UDP Packet Handler(圖5)-速報App

*Automatically add line terminators to end of Text for tcp ('\n', '\r', '\r\n', '\r\n\r\n', or no line terminator)

TCP UDP Packet Handler(圖6)-速報App

*Stays running in background as service whenever at least on socket is open

TCP UDP Packet Handler(圖7)-速報App

Tcp is stream based, it is a reliable protocol and is generally used to ensure delivery in an orderly fashion. Line terminators are only added to tcp Streams. Udp is packet based, and as such there is no need to add line terminators to a udp packet. Udp also has no guaranteed delivery, and no connection - so if you notice a packet is not being received, the IP address is wrong or there is an underlying problem.